'宣言 Public MustInherit Class C1CursorCollectionView(Of T As Class) Inherits C1.CollectionView.C1CursorCollectionView(Of T,String) Implements ICollectionView(Of T), ISupportCurrency, ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting
public abstract class C1CursorCollectionView<T> : C1.CollectionView.C1CursorCollectionView<T,string>, ICollectionView<T>, ISupportCurrency, ISupportFiltering, ISupportIncrementalLoading, ISupportRefreshing, ISupportSorting where T: class